home *** CD-ROM | disk | FTP | other *** search
/ Xbox E3 2002 Media DVD / Xbox E3 2002 Media DVD.ISO / spanish / style.css < prev    next >
Cascading Style Sheet File  |  2002-05-06  |  954b  |  71 lines

  1. .header { 
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 12px; 
  4.     color: #639C00;
  5.     font-weight: bold;
  6.     margin-left : 10px;
  7.  
  8. }
  9.  
  10.  
  11. .body { 
  12.     font-family: Arial, Helvetica, sans-serif;
  13.     font-size: 10px; 
  14.     color: #639C00;
  15.     margin-left : 20px;
  16.  
  17. }
  18.  
  19. .list { 
  20.     font-family: Arial, Helvetica, sans-serif;
  21.     font-size: 10px; 
  22.     color: #639C00;
  23.     margin-left : 25px;
  24.  
  25. }
  26.  
  27. a { 
  28.     font-family: Arial, Helvetica, sans-serif;
  29.     font-size: 10px; 
  30.     color: #ffff00;
  31.     font-weight: bold;
  32.  
  33. }
  34.  
  35. a:link {
  36.     color: #ffff00;
  37. }
  38.  
  39. a:visited {
  40.     color : #ffff00;
  41. }
  42.  
  43. a:hover {
  44.     color: #639C00;
  45. }
  46.  
  47. .nav { 
  48.     font-family: Arial, Helvetica, sans-serif;
  49.     font-size: 10px; 
  50.     color: #639C00;
  51.     font-weight: bold;
  52.     text-decoration : none;
  53.  
  54. }
  55.  
  56. .nav:link {
  57.     text-decoration : none;
  58.     color: #639C00;
  59. }
  60.  
  61. .nav:visited {
  62.     text-decoration : none;
  63.     color: #639C00;
  64. }
  65.  
  66. .nav:hover {
  67.     text-decoration : underline;
  68.     color : #ffff00;
  69. }
  70.  
  71.